home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / MSG < prev    next >
Encoding:
Text File  |  1993-05-04  |  1.9 KB  |  45 lines

  1. Usage: MSG <nicknames>|<channel>|%<pid>|=<nick>|@<user>|<n>|<command> <text>
  2.   Sends a private message to the nicknames or list of nicknames
  3.   specified.  A list of nicknames should by separated by commas
  4.   (no spaces).  Three special case nicknames are defined.  If the
  5.   nickname is "," (a comma), the message is sent to the last
  6.   person who sent you a MSG.  If the nickname is "."  (a
  7.   period), the message is sent to the last person to whom you
  8.   sent a message.  If the nickname is "*" the message is send to
  9.   the current channel.
  10.  
  11.   The second form allows you to specify a channel name to which
  12.   to send the message.  The message will go to everyone on that
  13.   channel.
  14.  
  15.   The third form specifies an EXEC process id to send output to.
  16.  
  17.   The fourth form allows you to specify a DCC CHAT connection over
  18.   which to send the message. The nick specifies the nickname under
  19.   which the connection was established.
  20.  
  21.   The fifth form allows you to specify a DCC TALK connection over
  22.   which to send the message. The user specifies the user part of
  23.   the user@host used to establish the DCC TALK connection.
  24.  
  25.   The sixth form lets you specify a process number to which the
  26.   message will go, where n is the process number.  This works
  27.   just like the EXEC -IN command.  For example:
  28.     MSG %1 Homina homina homina
  29.   will send the text to process 1.  Process 1 must be running
  30.   already using a previous call to EXEC.
  31.     
  32.   The last form allows messages of the type MSG COMMAND <message>
  33.   which allows you to send a message to some command.  Try MSG /ECHO blue
  34.   This is meant to be used with QUERY primarily.
  35.  
  36. *  There is also a use of wildcards for operators.
  37. *    MSG $*.edu
  38. *  will address all users having .edu in their serverinfo.
  39. *    MSG #*.edu
  40. *  will address all users having .edu at the end of their host name.
  41.  
  42. See Also:
  43.   SET BEEP_ON_MSG
  44.   EXEC
  45.